@import "../font/iconfont.css";
.full-content,
.cross-content {
    padding-left: 100px;
    padding-right: 100px;
}
.cross-content {
    margin-left: -100px;
    margin-right: -100px;
}
.spacing-top {
    padding-top: 100px;
}
.spacing-bottom {
    padding-bottom: 100px;
}
.spacing {
    padding-top: 100px;
    padding-bottom: 100px;
}
.relative {
    position: relative;
}
.gray {
    background-color: #f8f8f8;
}
.transition1 {
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.transition2 {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.transition4 {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.transition6 {
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.textOver {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.textMoreOver {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.middle {
    vertical-align: middle;
    display: inline-block;
}
.clearMiddle {
    display: block;
    width: auto;
}
.contain-img,
.cover-img,
.containImg,
.coverImg {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.contain-img,
.containImg {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
}
.cover-img,
.coverImg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.fullWidth {
    left: 0;
    right: 0;
}
.fullHeight {
    top: 0;
    bottom: 0;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.notFloat {
    float: none;
    width: auto;
    display: block;
}
.top50 {
    position: absolute;
    top: 50%;
}
.blockCont {
    content: "";
    display: block;
}
.inlineblockCont {
    content: "";
    display: inline-block;
}
.posCont {
    position: absolute;
    content: "";
    display: block;
}
.fade {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}
.fadeActive {
    pointer-events: unset;
    visibility: visible;
    opacity: 1;
}
.circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.square {
    content: "";
    display: block;
    padding-top: 100%;
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 24px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.pullBack {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tab-content .item {
    display: none;
}
.tab-content .item.active {
    display: block;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.align-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.flex-align-center {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    /* Safari */
    align-items: center;
}
.justify-content-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex-align-bottom {
    -webkit-box-align: bottom;
    -moz-box-align: bottom;
    -ms-flex-align: bottom;
    -webkit-align-items: bottom;
    /* Safari */
    align-items: bottom;
}
.flex-wrap-wrap {
    -webkit-box-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
    .hide-mob {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .hide-pc {
        display: none;
    }
}
body {
    padding-top: 81px;
}
body::-webkit-scrollbar {
    background-color: #eee;
    width: 4px;
}
body::-webkit-scrollbar-thumb {
    background-color: #0cadb1;
}
.title {
    font-size: 48px;
    margin-bottom: 36px;
    text-align: center;
}
.title .text {
    font-size: 85%;
    text-align: left;
}
.title .section-title,
.title .section-title .zh {
    position: relative;
}
.title .section-title .zh {
    font-size: 85%;
    z-index: 2;
}
.title .section-title .en {
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    font-size: 125%;
    color: #eeeeee;
    text-transform: uppercase;
    font-weight: bold;
    pointer-events: none;
}
.title-small {
    font-size: 24px;
}
.title-small .text {
    font-size: 125%;
}
.default-link {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: block;
    margin: 0 auto;
    width: 110px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #21c7da;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    text-align: center;
    text-transform: uppercase;
}
.default-link:hover {
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9);
}
.col-3 {
    margin-right: -2.9%;
}
.col-3 .col-3-item {
    float: left;
}
.col-3 .col-3-item .col-3-content {
    margin-right: 8.7%;
    margin-top: 8.7%;
}
.loading {
    z-index: 100;
    background-image: -webkit-linear-gradient(-160deg, #fff, #a19f9f);
    background-image: -moz-linear-gradient(-160deg, #fff, #a19f9f);
    background-image: -ms-linear-gradient(-160deg, #fff, #a19f9f);
    background-image: -o-linear-gradient(-160deg, #fff, #a19f9f);
    background-image: linear-gradient(-160deg, #fff, #a19f9f);
    position: fixed;
    display: none;
}
.loading .loading-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    width: 360px;
    max-width: 80%;
    text-align: center;
}
.loading .loading-content .load-panel {
    margin-right: 36px;
}
.loading .loading-content .progress {
    width: 0;
    background-color: #21c7da;
    color: rgba(255, 255, 255, 0.8);
}
.loading .loading-content .exit:after,
.loading .loading-content .progress:after,
.loading .loading-content .progress:before {
    position: absolute;
    content: "";
    display: block;
}
.loading .loading-content .exit:after,
.loading .loading-content .progress:after {
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2), transparent);
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.2), transparent);
    background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.2), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2), transparent);
    background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.2), transparent);
}
.loading .loading-content .exit,
.loading .loading-content .progress {
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    overflow: hidden;
    position: relative;
}
.loading .loading-content .exit {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    color: #8f8f8f;
    width: 24px;
    font-size: 12px;
}
.loading .loading-content .exit:before {
    content: "×";
}
.loading .loading-content .exit:hover {
    -webkit-box-shadow: 0 10px 10px #18c6d985;
    -moz-box-shadow: 0 10px 10px #18c6d985;
    -o-box-shadow: 0 10px 10px #18c6d985;
    box-shadow: 0 10px 10px #18c6d985;
    background-color: #21c7da;
    color: #fff;
}
.loading .loading-content .exit,
.loading .loading-content .load-panel {
    -webkit-box-shadow: 0 10px 10px #bbbbbb;
    -moz-box-shadow: 0 10px 10px #bbbbbb;
    -o-box-shadow: 0 10px 10px #bbbbbb;
    box-shadow: 0 10px 10px #bbbbbb;
    background-color: #cbcbcb;
}
.loading .loading-content .exit,
.loading .loading-content .load-panel,
.loading .loading-content .progress {
    height: 24px;
    line-height: 24px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.loading,
.loading .loading-content,
.loading .progress:after,
.loading .exit:after {
    left: 0;
    right: 0;
}
.loading,
.loading .progress:after,
.loading .exit:after {
    top: 0;
    bottom: 0;
}
.language {
    position: relative;
}
.language select {
    border: 0 none;
    padding-right: 20px;
    line-height: 1.5;
    vertical-align: unset;
    margin-top: -2px;
    background-color: transparent;
}
.language .icon-down {
    position: absolute;
    top: 50%;
    right: 2px;
    font-size: 14px!important;
    margin-top: -6px;
    line-height: 1;
    pointer-events: none;
}
.nav {
    padding: 0 32px;
    font-size: 112.5%;
}
.nav,
.nav a {
    color: #666;
}
.nav.top {
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
    position: fixed;
    z-index: 100;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-bottom: 1px solid #e9e9e9;
}
.nav.top .product-toggle {
    cursor: pointer;
}
.nav.top .product-toggle .middle {
    margin-left: 2px;
}
.nav.top .active {
    color: #0cadb1;
}
.nav.top img {
    max-height: 100%;
}
.nav.top .fr .channel {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}
.nav.top.active .fr .channel {
    pointer-events: unset;
    visibility: visible;
    opacity: 1;
}
.nav .fr .middle {
    margin-left: 16px;
}
.nav .fr .menu {
    line-height: 1;
}
.nav .fr .menu:before {
    content: "";
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    width: 25px;
    background-image: url(../images/menu.png);
    background-position: left center;
    height: 18px;
    margin: -2px 6px 0 0;
    opacity: 0.5;
    vertical-align: middle;
}
.nav .fr .channel {
    position: relative;
    background-color: #f8f8f8;
    cursor: pointer;
    color: #666;
    width: 160px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}
.nav .fr .channel .iconfont {
    font-size: 100%;
}
.nav .fr .channel .slide {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    background-color: #f8f8f8;
    left: 0;
    right: 0;
    font-size: 90%;
    position: absolute;
    top: 100%;
    z-index: 23;
    line-height: 1;
    padding: 12px 0;
    -webkit-border-radius: 0 0 18px 18px;
    -moz-border-radius: 0 0 18px 18px;
    border-radius: 0 0 18px 18px;
}
.nav .fr .channel .slide .content {
    display: inline-block;
    text-align: left;
}
.nav .fr .channel .slide .iconfont {
    padding-right: 8px;
}
.nav .fr .channel .slide .item {
    padding: 8px 0;
}
.nav .fr .channel .slide a {
    color: #797979;
}
.nav .fr .channel .slide a:hover {
    color: #0cadb1;
}
.nav .fr .channel:hover {
    -webkit-border-radius: 18px 18px 0 0 ;
    -moz-border-radius: 18px 18px 0 0 ;
    border-radius: 18px 18px 0 0 ;
}
.nav .fr .channel:hover .slide {
    pointer-events: unset;
    visibility: visible;
    opacity: 1;
}
.nav.container {
    position: relative;
    clear: both;
    height: 50px;
    z-index:51;
    line-height: 50px;
}
.nav.container .navbar .item {
    position: relative;
    float: left;
    margin-right: 42px;
}
.nav.container .navbar .item a {
    position: relative;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: block;
}
.nav.container .navbar .item a:after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    bottom: 0;
    height: 2px;
    background-color: #0cadb1;
}
.nav.container .navbar .item a:hover {
    color: #0cadb1;
}
.nav.container .navbar .item a:hover:after {
    pointer-events: unset;
    visibility: visible;
    opacity: 1;
}
.nav.container .navbar .item .nav-slide:empty{
    display: none;
}
.nav.container .navbar .item .nav-slide {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    line-height: 1;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ffffff;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    padding: 24px 36px;
    z-index: 20;
}
.nav.container .navbar .item .nav-slide a {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-size: 87.5%;
    padding: 12px 0;
}
.nav.container .navbar .item.active > a {
    color: #0cadb1;
}
.nav.container .navbar .item.active > a:after {
    pointer-events: unset;
    visibility: visible;
    opacity: 1;
}
.nav.container .navbar .item:hover .nav-slide {
    pointer-events: unset;
    visibility: visible;
    opacity: 1;
}
.nav.container:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 22;
    height: 12px;
    pointer-events: none;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), transparent);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1), transparent);
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), transparent);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.1), transparent);
}
.nav-panel {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    padding: 30px;
    position: fixed;
    background-color: #fff;
    z-index: 110;
}
.nav-panel .bg {
    left: 0;
    right: 0;
    /*background-color: #f8f8f8;*/
    z-index: 1;
    top: 0;
    max-width: 800px;
    width: 60%;
    margin: 30% auto 0;
    -webkit-transform: translateY(-3%);
    -moz-transform: translateY(-3%);
    -ms-transform: translateY(-3%);
    -o-transform: translateY(-3%);
    transform: translateY(-3%);
    overflow: hidden;
}
.nav-panel .bg,
.nav-panel .bg .c {
    /*-webkit-border-radius: 50%;*/
    /*-moz-border-radius: 50%;*/
    /*border-radius: 50%;*/
    position: absolute;
   
}
.nav-panel .bg .c {
    /*left: 25%;*/
    /*right: 25%;*/
    /*bottom: 25%;*/
    /*top: 25%;*/
    left: 0;
    right: 0;
    /*padding-top: 100%;*/
    top: 0;
    bottom: 0;
    background-image: url(../images/logo.jpg);
}
.nav-panel .bg:after {
    content: "";
    display: block;
    padding-top: 100%;
}
.nav-panel .footer,
.nav-panel .content,
.nav-panel .bottom {
    z-index: 2;
}
.nav-panel .footer {
    position: relative;
}
.nav-panel .footer label,
.nav-panel .footer .close {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.nav-panel .footer label {
    /*background-color: #f8f8f8;*/
    float: none!important;
}
.nav-panel .footer label:hover {
    /*background-color: #d9d9d9;*/
}
.nav-panel .footer .close {
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    cursor: pointer;
}
.nav-panel .footer .close:hover {
    color: #0cadb1;
}
.nav-panel .content {
    position: absolute;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    white-space: nowrap;
}
.nav-panel .content .item {
    display: inline-block;
    vertical-align: top;
    margin: 0 40px;
    font-size: 20px;
}
.nav-panel .content .item a {
    position: relative;
    display: block;
}
.nav-panel .content .item a:before {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    content: "";
    left: 0;
    bottom: 0;
    height: 15%;
    background-color: #0cadb1;
}
.nav-panel .content .item a.active:before,
.nav-panel .content .item a:hover:before {
    pointer-events: unset;
    visibility: visible;
    opacity: 1;
}
.nav-panel .content .item .option {
    font-size: 150%;
    margin-bottom: 45px;
}
.nav-panel .content .item .nav-slide {
    text-align: center;
    font-size: 110%;
}
.nav-panel .content .item .nav-slide a {
    margin-top: 30px;
}
.nav-panel .bottom {
    left: 0;
    right: 0;
    background-color: #f8f8f8;
    height: 20%;
    position: absolute;
    bottom: 0;
}
.nav-panel .bottom .inset-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
    right: 30px;
}
.nav-panel .bottom .iconfont {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
}
.nav-panel .bottom .left {
    color: #555;
}
.nav-panel .bottom .left .item {
    margin-right: 45px;
}
.nav-panel .bottom .left .iconfont {
    width: 58px;
    height: 58px;
    line-height: 58px;
    border: 1px solid #0cadb1;
    color: #0cadb1;
    margin-right: 6px;
}
.nav-panel .bottom .right .item {
    margin-left: 45px;
}
.nav-panel .bottom .right .iconfont {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #a1a1a1;
    color: #a1a1a1;
    margin-left: 16px;
}
.nav-panel .bottom .right .iconfont:hover {
    background-color: #0cadb1;
    border-color: #0cadb1;
    color: #fff;
}
.nav-panel .bottom .right .wechat img {
    max-width: 100px;
}
.nav-panel.active {
    pointer-events: unset;
    visibility: visible;
    opacity: 1;
}
.product-slide {
    background-color: #f8f8f8;
    display: none;
    padding: 40px 0;
}
.product-slide .body-content {
    max-width: 1200px;
}
.product-slide .body-content .clear {
    margin-right: -12px;
}
.product-slide .body-content .clear .col-item {
    width: 16.6666666%;
    float: left;
}
.product-slide .body-content .clear .col-item .col-content {
    display: block;
    margin-right: 12px;
    background-color: #fff;
    padding: 24px;
    text-align: center;
    color: #666;
}
.product-slide .body-content .clear .col-item .col-content,
.product-slide .body-content .clear .col-item .col-content .cover-img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.product-slide .body-content .clear .col-item .col-content .text {
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    line-height: 1.2;
    height: 2.4em;
    font-size: min(1em,16px);
}
.product-slide .body-content .clear .col-item .col-content .cover-img {
    width: 62px;
    max-width: 50%;
    margin: 0 auto 16px;
}
.product-slide .body-content .clear .col-item .col-content .cover-img:after {
    content: "";
    display: block;
    padding-top: 100%;
}
.product-slide .body-content .clear .col-item .col-content.active,
.product-slide .body-content .clear .col-item:hover .col-content {
    background-color: #0cadb1;
    color: #fff;
}
.product-slide .body-content .clear .col-item .col-content.active .cover-img,
.product-slide .body-content .clear .col-item:hover .col-content .cover-img {
    -webkit-filter: invert(100%) grayscale(100%) brightness(1000%);
    filter: invert(100%) grayscale(100%) brightness(1000%);
}
.product-slide .page-point.container{
    background-color: transparent;
    text-align: center;
    line-height: 1.2;
    height: auto;
    padding: 48px 0 0;
}
.product-slide .page-point:before{
    display: none;
}
.page-point{
    z-index: 50;
}
.page-point .container {
    color: #7c7c7c;
    padding: 24px 0;
    font-size: 14px;
}
.page-point .container a {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.page-point .container a.middle{
    font-size: 112.5%;
    padding: 4px 8px;
    border-radius: 4px;
}
.page-point .container a.active,
.page-point .container a:hover {
    background-color: #0cadb1;
    color: #fff;
}
.page-point .container .fl .middle {
    margin-right: 36px;
}
.page-point .container .iconfont {
    position: relative;
}
.page-point .product-slide {
    padding-top: 0;
}
.banner {
    position: relative;
}
.banner.inside{
    max-height: 48vh;
    overflow: hidden;
}
.banner .swiper .placeholder {
    max-width: 640px;
}
.banner .swiper .video-content {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.banner .swiper .video-content .video,
.banner .swiper .video-content video{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.banner .swiper .placeholder:after {
    content: "";
    display: block;
    padding-top: 124.3%;
}
.banner .full-content {
    left: 0;
    right: 0;
    position: absolute;
    bottom: 56px;
    z-index: 2;
    color: #fff;
    text-align: center;
}
.banner .full-content .swiper-pagination {
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    width: auto;
    text-align: left;
}
.banner .full-content .swiper-pagination .swiper-pagination-bullet {
    width: auto;
    height: auto;
    font-family: iconfont;
    background: none;
    color: #777271;
    margin: 0 32px 0 0;
    opacity: 1;
}
.banner .full-content .swiper-pagination .swiper-pagination-bullet:after {
    content: "\e604";
}
.banner .full-content .swiper-pagination .swiper-pagination-bullet-active {
    background: none;
    color: #0cadb1;
}
.banner .full-content .title {
    margin-bottom: 64px;
}
.banner .full-content .content .item {
    display: inline-block;
    vertical-align: top;
    margin: 0  20px;
    width: 200px;
}
.banner .full-content .content .item .cover-img {
    width: 30px;
    margin: 0 auto 16px;
    background-image: url(../images/banner.png);
    -webkit-background-size: 100% 700%;
    -moz-background-size: 100% 700%;
    background-size: 100% 700%;
    background-position-x: 0;
}
.banner .full-content .content .item .cover-img:after {
    content: "";
    display: block;
    padding-top: 100%;
}
.banner .full-content .content .item p {
    opacity: 0.7;
}
.banner .full-content .content .item:nth-of-type(1) .cover-img {
    background-position-y: 0;
}
.banner .full-content .content .item:nth-of-type(2) .cover-img {
    background-position-y: 16.6666666%;
}
.banner .full-content .content .item:nth-of-type(3) .cover-img {
    background-position-y: 33.333333%;
}
.banner .full-content .more {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: inline-block;
    font-size: 12px;
    margin-top: 40px;
}
.banner .full-content .more:before {
    content: "";
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto 20px;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
}
.banner .full-content .more:hover {
    color: #0cadb1;
}
.banner .full-content .more:hover:before {
    border-color: #0cadb1;
}
.home-feature {
    text-align: center;
    background-image: -webkit-linear-gradient(left,silver,#d8d8d8);
    background-image: -moz-linear-gradient(left,silver,#d8d8d8);
    background-image: -ms-linear-gradient(left,silver,#d8d8d8);
    background-image: -o-linear-gradient(left,silver,#d8d8d8);
    background-image: linear-gradient(left,silver,#d8d8d8);
}
.home-feature .title-small .cover-img {
    vertical-align: middle;
    display: inline-block;
    width: 30px;
    background-image: url(../images/banner.png);
    -webkit-background-size: 100% 700%;
    -moz-background-size: 100% 700%;
    background-size: 100% 700%;
    background-position-x: 0;
    margin: -4px 6px 0 0;
}
.home-feature .title-small .cover-img:after {
    content: "";
    display: block;
    padding-top: 100%;
}
.home-feature .title-small .cover-img:nth-of-type(1) {
    background-position-y: 50%;
}
.home-feature .title-small .cover-img:nth-of-type(2) {
    background-position-y: 66.66666%;
}
.home-feature .title-small .cover-img:nth-of-type(3) {
    background-position-y: 83.33333333%;
}
.home-feature .placeholder {
    max-width: 900px;
}
.home-feature .placeholder:after {
    content: "";
    display: block;
    padding-top: 67%;
}
.home-product .main {
    position: relative;
    font-size: 0;
    overflow: hidden;
}
.home-product .main .bg {
    position: absolute;
    left: 35%;
    right: 0;
    top: 100%;
    transform: translateY(-13%);
    z-index: 1;
}
.home-product .main .bg:after {
    content: "";
    display: block;
    padding-top: 100%;
}
.home-product .main .bg .dot,
.home-product .main .bg .gradient {
    top: 0;
    position: absolute;
}
.home-product .main .bg .dot {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 200%;
    height: 200%;
    left: -50%;
    background-position: 0 0, 12px 12px;
    background-attachment: scroll;
    background-repeat: repeat;
    background-image: -webkit-radial-gradient(rgba(0, 0, 0, 0.15) 22%, transparent 23%);
    background-image: -moz-radial-gradient(rgba(0, 0, 0, 0.15) 22%, transparent 23%);
    background-image: -ms-radial-gradient(rgba(0, 0, 0, 0.15) 22%, transparent 23%);
    background-image: -o-radial-gradient(rgba(0, 0, 0, 0.15) 22%, transparent 23%);
    background-image: radial-gradient(rgba(0, 0, 0, 0.15) 22%, transparent 23%);
    -webkit-background-size: 10px 10px;
    -moz-background-size: 10px 10px;
    background-size: 10px 10px;
}
.home-product .main .bg .gradient {
    left: 0;
    right: 0;
    height: 13%;
    background-image: -webkit-linear-gradient(top, transparent, #fff);
    background-image: -moz-linear-gradient(top, transparent, #fff);
    background-image: -ms-linear-gradient(top, transparent, #fff);
    background-image: -o-linear-gradient(top, transparent, #fff);
    background-image: linear-gradient(top, transparent, #fff);
}
.home-product .left,
.home-product .right {
    position: relative;
    font-size: 16px;
    text-align: center;
    z-index: 2;
}
.home-product .left {
    position: relative;
    width: 30%;
    margin-right: 5%;
    font-size: 16px;
}
.home-product .left .swiper {
    max-width: 450px;
    margin-left: 0;
}
.home-product .left .swiper .content .image-text {
    position: relative;
    z-index: 2;
    background-image: url(../images/circle.png);
}
.home-product .left .swiper .content .image-text:after {
    content: "";
    display: block;
    padding-top: 100%;
}
.home-product .left .swiper .content .image-text .box {
    left: 0;
    right: 0;
    top: 0;
    padding: 18%;
    position: absolute;
}
.home-product .left .swiper .content .image-text .box .icon {
    width: 18.15%;
    margin: 0 auto;
    background-image: url(../images/c1.png);
}
.home-product .left .swiper .content .image-text .box .icon:after {
    content: "";
    display: block;
    padding-top: 100%;
}
.home-product .left .swiper .content .image-text .box .title-small {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 4% auto 8%;
}
.home-product .left .swiper .content .image-text .box .more {
    display: block;
    margin: 0 auto;
    width: 106px;
    height: 38px;
    color: #fff;
    background-color: #0cadb1;
    line-height: 38px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
}
.home-product .left .swiper .content .image-text .box .product-img {
    width: 80%;
    margin: 6% auto 0;
}
.home-product .left .swiper .content .image-text .box .product-img:after {
    content: "";
    display: block;
    padding-top: 104.9122807%;
}
.home-product .left .swiper .content p {
    position: relative;
    padding: 20% 0 16%;
    line-height: 1.6;
    z-index: 2;
}
.home-product .left .swiper .content .wave {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
}
.home-product .left .swiper .content .wave:before,
.home-product .left .swiper .content .wave:after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    bottom: 0;
    padding-top: 100%;
}
.home-product .left .swiper .content .wave:after {
    background-color: #f8f8f8;
    right: 0;
    -webkit-border-radius: 0 0 300px 300px;
    -moz-border-radius: 0 0 300px 300px;
    border-radius: 0 0 300px 300px;
    z-index: 1;
}
.home-product .left .swiper .content .wave:before {
    width: 200%;
    background: url(../images/wave.jpg) repeat-x scroll;
    -webkit-background-size: 50% auto;
    -moz-background-size: 50% auto;
    background-size: 50% auto;
    background-position-y: 0;
    bottom: 70%;
    z-index: 2;
    animation: wave 3s linear infinite;
}
@keyframes wave {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.home-product .left .position-pagination {
    left: 0;
    right: 0;
    max-width: 450px;
}
.home-product .left .position-pagination,
.home-product .left .position-pagination .swiper-pagination {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.home-product .left .position-pagination .swiper-pagination {
    left: 100%;
    margin-left: 10%;
    width: auto;
    bottom: auto;
}
.home-product .left .position-pagination .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 10px 0;
    display: block;
}
.home-product .right {
    width: 65%;
    line-height: 1.6;
}
.home-product .right .container {
    position: relative;
    width: 88%;
    margin: 0 auto;
    background-image: url("../images/logo.png");
}
.home-product .right .container:after {
    content: "";
    display: block;
    padding-top: 35%;
}
.home-product .right #product_2 {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}
.home-product .right .swiper .content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 60%;
}
.home-product .right .swiper .content .contain-img {
    height: 100%;
}
.home-product .right p {
    margin: 24px auto 36px;
}
.home-product .right .swiper-button-next,
.home-product .right .swiper-button-prev {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 65%;
    border: 1px solid #e9e9e9;
    width: 64px;
    height: 64px;
      -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.home-product .right .swiper-button-next:hover,
.home-product .right .swiper-button-prev:hover {
    border-color: #0cadb1;
    background-color: #0cadb1;
    
}
.home-product .right .swiper-button-next:hover:after,
.home-product .right .swiper-button-prev:hover:after {
    color: #fff;
}
.home-product .right .swiper-button-next:after,
.home-product .right .swiper-button-prev:after {
    font-family: iconfont;
    font-size: 22px;
    color: #b7b7b7;
      -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.home-product .right .swiper-button-next:after {
    content: "\eb0c";
}
.home-product .right .swiper-button-prev:after {
    content: "\e6ec";
}
.home-technology {
    color: #fff;
}
.home-technology .col-3 {
    margin-top: 16%;
}
.home-technology .col-3 .bg {
    position: relative;
    padding-top: 60%;
}
/*.home-technology .col-3 .bg .icon,*/
/*.home-technology .col-3 .bg .toggle,*/
/*.home-technology .col-3 .bg .swiper {*/
/*    position: absolute;*/
/*    z-index: 2;*/
/*}*/
/*.home-technology .col-3 .bg .icon {*/
/*    top: 15%;*/
/*    left: 7%;*/
/*    width: 14.44444444%;*/
/*    background-image: url(../images/Monitoring.png);*/
/*}*/
/*.home-technology .col-3 .bg .icon:after {*/
/*    content: "";*/
/*    display: block;*/
/*    padding-top: 78.48101266%;*/
/*}*/
/*.home-technology .col-3 .bg .toggle {*/
/*    -webkit-border-radius: 23px;*/
/*    -moz-border-radius: 23px;*/
/*    border-radius: 23px;*/
/*    width: 76px;*/
/*    right: 7%;*/
/*    top: 24%;*/
/*    height: 36px;*/
/*    background-color: rgba(80, 80, 80, 0.9);*/
/*    margin-top: -23px;*/
/*}*/
/*.home-technology .col-3 .bg .toggle input {*/
/*    display: none;*/
/*}*/
/*.home-technology .col-3 .bg .toggle input:checked ~ .button {*/
/*    margin-left: 40px;*/
/*    background-color: #797979;*/
/*}*/
/*.home-technology .col-3 .bg .toggle .button {*/
/*    -webkit-border-radius: 50%;*/
/*    -moz-border-radius: 50%;*/
/*    border-radius: 50%;*/
/*    position: relative;*/
/*    -webkit-transition: all 0.2s linear;*/
/*    -moz-transition: all 0.2s linear;*/
/*    -o-transition: all 0.2s linear;*/
/*    transition: all 0.2s linear;*/
/*    cursor: pointer;*/
/*    display: inline-block;*/
/*    width: 36px;*/
/*    overflow: hidden;*/
/*    background-color: #21c7da;*/
/*}*/
/*.home-technology .col-3 .bg .toggle .button:before {*/
/*    content: "";*/
/*    display: block;*/
/*    padding-top: 100%;*/
/*}*/
/*.home-technology .col-3 .bg .toggle .button:after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    display: block;*/
/*    left: 0;*/
/*    right: 0;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.3), transparent);*/
/*    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.3), transparent);*/
/*    background-image: -ms-linear-gradient(right, rgba(0, 0, 0, 0.3), transparent);*/
/*    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.3), transparent);*/
/*    background-image: linear-gradient(right, rgba(0, 0, 0, 0.3), transparent);*/
/*}*/
/*.home-technology .col-3 .bg .swiper {*/
/*    left: 7%;*/
/*    right: 7%;*/
/*    bottom: 16%;*/
/*    text-align: center;*/
/*}*/
/*.home-technology .col-3 .bg .swiper .swiper-wrapper {*/
/*    left: -11%;*/
/*}*/
/*.home-technology .col-3 .bg .swiper .swiper-slide {*/
/*    -webkit-transition: all 0.2s linear;*/
/*    -moz-transition: all 0.2s linear;*/
/*    -o-transition: all 0.2s linear;*/
/*    transition: all 0.2s linear;*/
/*    padding-top: 8%;*/
/*    opacity: 0.5;*/
/*    cursor: pointer;*/
/*}*/
/*.home-technology .col-3 .bg .swiper .swiper-slide:after {*/
/*    content: "";*/
/*    display: block;*/
/*    width: 1px;*/
/*    height: 6px;*/
/*    margin: 8% auto;*/
/*    background-color: #fff;*/
/*}*/
/*.home-technology .col-3 .bg .swiper .swiper-slide-active {*/
/*    opacity: 1;*/
/*    padding-top: 0;*/
/*}*/
/*.home-technology .col-3 .bg:after,*/
/*.home-technology .col-3 .bg:before {*/
/*    -webkit-transition: all 0.2s linear;*/
/*    -moz-transition: all 0.2s linear;*/
/*    -o-transition: all 0.2s linear;*/
/*    transition: all 0.2s linear;*/
/*    background-position: center center;*/
/*    background-repeat: no-repeat;*/
/*    background-attachment: scroll;*/
/*    -webkit-background-size: cover;*/
/*    -moz-background-size: cover;*/
/*    background-size: cover;*/
/*    position: absolute;*/
/*    content: "";*/
/*    display: block;*/
/*    left: 0;*/
/*    right: 0;*/
/*    z-index: 1;*/
/*    opacity: 0.9;*/
/*}*/
/*.home-technology .col-3 .bg:before {*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    background-image: url(../images/c2.png);*/
/*}*/
/*.home-technology .col-3 .bg:after {*/
/*    padding-top: 7.59259259%;*/
/*    top: 0;*/
/*    background-image: url(../images/line.png);*/
/*}*/
.home-case .cover-img {
    position: relative;
    padding-top: 110%;
}
.home-case .cover-img a {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 8.5%;
    padding: 8% 6%;
    border-top-right-radius: 24px;
    background-color: rgba(255, 255, 255, 0.9);
}
.home-case .cover-img a .title-small {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 64px;
}
.home-case .cover-img a .more {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    line-height: 1;
    top: 50%;
    margin-top: -8px;
}
.home-case .cover-img a .more:after {
    content: "";
    display: inline-block;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    vertical-align: top;
    margin-left: 4px;
}
.home-case .cover-img a .detail {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #444;
    line-height: 1.6;
    margin-top: 6%;
    opacity: 0.7;
}
.home-case .cover-img a:hover {
    background-color: rgba(12, 173, 177, 0.7);
}
.home-case .cover-img a:hover .more {
    pointer-events: unset;
    visibility: visible;
    opacity: 1;
    color: #fff;
}
.home-case .cover-img a:hover,
.home-case .cover-img a:hover .detail {
    color: #fff;
}
.home-case .more-case {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin: 60px auto 0;
    width: 540px;
    height: 68px;
    text-align: center;
    line-height: 68px;
    border: 1px solid #e9e9e9;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: block;
    max-width: 50%;
    color: #7f7f7f;
}
.home-case .more-case:hover {
    background-color: #0cadb1;
    border-color: #0cadb1;
    color: #fff;
}
.home-scheme .tab-option {
    text-align: center;
    margin-bottom: 38px;
}
.home-scheme .tab-option .item {
    vertical-align: middle;
    display: inline-block;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    line-height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 0 40px;
    margin-bottom: 16px;
}
.home-scheme .tab-option .item.active {
    background-color: #0cadb1;
    color: #fff;
}
.home-scheme .tab-content .item {
    position: relative;
}
.home-scheme .tab-content .item > .cover-img {
    padding-top: 700px;
}
.home-scheme .tab-content .item .list {
    position: absolute;
    right: 20px;
    top: 40px;
    bottom: 40px;
    width: 320px;
}
.home-scheme .tab-content .item .list .box {
    right: 0;
    top: 0;
    bottom: 90px;
    overflow-y: scroll;
}
.home-scheme .tab-content .item .list .box li {
    margin-bottom: 7.5%;
    margin-right: 20px;
    
    font-size: 0;
}
.home-scheme .tab-content .item .list .box li .content{
    display: block;
    padding: 6% 10%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.8);
}

.home-scheme .tab-content .item .list .box li .content:hover{
    background-color: rgba(255, 255, 255, 1);
}
.home-scheme .tab-content .item .list .box li .text {
    width: 60%;
    font-size: 16px;
    opacity: 0.8;
}
.home-scheme .tab-content .item .list .box li .text .iconfont {
    display: block;
    margin-top: 12px;
}
.home-scheme .tab-content .item .list .box li .contain-img {
    width: 30%;
    margin-left: 5%;
}
.home-scheme .tab-content .item .list .box li .contain-img:after {
    content: "";
    display: block;
    padding-top: 168.57142857%;
}
.home-scheme .tab-content .item .list .box::-webkit-scrollbar {
    width: 4px;
    background-color: rgba(255, 255, 255, 0.1);
}
.home-scheme .tab-content .item .list .box::-webkit-scrollbar-thumb {
    background-color: #fff;
}
.home-scheme .tab-content .item .list .more-case {
    bottom: 0;
    height: 60px;
    line-height: 60px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    margin-right: 20px;
     -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.home-scheme .tab-content .item .list .more-case:hover{
    background-color: rgba(255, 255, 255, 1);
}
.home-scheme .tab-content .item .list .box,
.home-scheme .tab-content .item .list .more-case {
    left: 0;
    right: 0;
    position: absolute;
}
.home-news .more-news {
    opacity: 0.8;
}
.home-news .swiper .col-2 {
    position: relative;
    margin-top: 3%;
}
.home-news .swiper .col-2 .col-2-item {
    position: relative;
    margin-left: 51.5%;
}
.home-news .swiper .col-2 .col-2-item .col-2-content {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background-color: #f8f8f8;
    position: relative;
    display: block;
    margin-top: 3%;
    padding: 30px 6%;
}
.home-news .swiper .col-2 .col-2-item .col-2-content .content {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    position: relative;
    margin-left: 48%;
    line-height: 1.6;
    z-index: 2;
}
.home-news .swiper .col-2 .col-2-item .col-2-content .content .news-title {
    font-size: 125%;
    height: 64px;
}
.home-news .swiper .col-2 .col-2-item .col-2-content .content .news-title,
.home-news .swiper .col-2 .col-2-item .col-2-content .content .detail {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.home-news .swiper .col-2 .col-2-item .col-2-content .content .detail {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    height: 52px;
    margin: 24px 0;
    color: #888;
}
.home-news .swiper .col-2 .col-2-item .col-2-content .cover-img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 44%;
    z-index: 1;
}
.home-news .swiper .col-2 .col-2-item .col-2-content .cover-img.active {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    width: 100%;
}
.home-news .swiper .col-2 .col-2-item .col-2-content .cover-img.active:after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #0cadb1;
    opacity: 0.75;
}
.home-news .swiper .col-2 .col-2-item .col-2-content.active {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin-top: 0;
}
.home-news .swiper .col-2 .col-2-item .col-2-content.active .content {
    color: #fff;
    margin-left: 0;
}
.home-news .swiper .col-2 .col-2-item .col-2-content.active .cover-img {
    width: 100%;
}
.home-news .swiper .col-2 .col-2-item .col-2-content.active .cover-img:after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #0cadb1;
    opacity: 0.75;
}
.home-news .swiper .col-2 .col-2-item:first-child,
.home-news .swiper .col-2 .col-2-item .cover-img {
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
}
.home-news .swiper .col-2 .col-2-item:first-child {
    width: 48.5%;
    margin-left: 0;
}
.home-news .swiper .col-2 .col-2-item:first-child .col-2-content {
    padding: 0;
    height: 100%;
    margin-top: 0;
}
.home-news .swiper .col-2 .col-2-item:first-child .col-2-content .content {
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 82.89473684%;
    margin-left: 0;
    padding: 0 6%;
    position: absolute;
}
.home-news .swiper .col-2 .col-2-item:first-child .col-2-content .content .news-title {
    height: auto;
}
.home-news .swiper .col-2 .col-2-item:first-child .col-2-content:hover {
    background-color: #0cadb1;
}
.home-news .swiper .col-2 .col-2-item:first-child .cover-img {
    width: 100%;
    bottom: auto;
    height: 65.78947368%;
}
.home-news .swiper .col-2 .col-2-item:hover .col-2-content {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}
.home-news .swiper .col-2 .col-2-item:hover .col-2-content.active {
    pointer-events: unset;
    visibility: visible;
    opacity: 1;
}
.home-news .swiper .col-2 .col-2-item:hover .col-2-content .content .detail{
    color: #fff;
}
.home-news .swiper .swiper-pagination {
    position: static;
    margin-top: 60px;
}
.home-news .swiper .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 26px;
    height: 26px;
    margin: 0 30px;
    opacity: 1;
    background: transparent none;
}
.home-news .swiper .swiper-pagination .swiper-pagination-bullet .center {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: rgba(0, 0, 0, 0.2);
    margin: -5px 0 0 -5px;
}
.home-news .swiper .swiper-pagination .swiper-pagination-bullet .swiper-interval {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.home-news .swiper .swiper-pagination .swiper-pagination-bullet .swiper-interval,
.home-news .swiper .swiper-pagination .swiper-pagination-bullet .swiper-interval .front,
.home-news .swiper .swiper-pagination .swiper-pagination-bullet .swiper-interval .queen {
    position: absolute;
    content: "";
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: solid 2px transparent;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.home-news .swiper .swiper-pagination .swiper-pagination-bullet .swiper-interval .front,
.home-news .swiper .swiper-pagination .swiper-pagination-bullet .swiper-interval .queen {
    border-top-color: #0cadb1 !important;
    border-left-color: #0cadb1 !important;
    left: -2px;
    top: -2px;
    bottom: -2px;
    right: -2px;
    transform: rotate(-45deg);
}
@keyframes clip {
    0% {
        clip: rect(0, 26px, 26px, 14px);
        opacity: 1;
    }
    100% {
        clip: auto;
        opacity: 1;
    }
}
@keyframes before {
    0% {
        transform: rotate(-45deg);
    }
    50% {
        transform: rotate(135deg);
    }
    100% {
        transform: rotate(135deg);
    }
}
@keyframes after {
    0% {
        transform: rotate(-45deg);
    }
    50% {
        transform: rotate(135deg);
    }
    100% {
        transform: rotate(310deg);
    }
}
@keyframes emptyAnimate {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.home-news .swiper .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) .swiper-interval,
.home-news .swiper .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) .swiper-interval .front,
.home-news .swiper .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) .swiper-interval .queen {
    animation-name: emptyAnimate;
}
.home-news .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .center {
    background-color: #0cadb1;
}
.home-news .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .swiper-interval {
    animation-name: clip;
}
.home-news .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .swiper-interval .front {
    animation-name: before;
}
.home-news .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .swiper-interval .queen {
    animation-name: after;
}

.footer.full-content {
    border-top: 2px solid #0cadb1;
}
.footer .top img {
  max-height: 64px;
}
.footer .language {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    /*width: 120px;*/
    height: 50px;
    padding: 0 8px;
    line-height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background-color: #ffffff;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    margin-left: 70px;
}
.footer .language select {
    outline: 0 none;
    padding-right: 16px;
    color: inherit!important;
}
.footer .blogroll {
    position: relative;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-align: center;
    display: inline-block;
    margin-left: 54px;
    font-size: 14px;
    height: 48px;
    padding: 0 15px;
    line-height: 48px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    border: 1px solid #e9e9e9;
    width: 120px;
    float: right;
    z-index: 20;
}
.footer .blogroll .slide {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    left: -1px;
    right: -1px;
    top: 100%;
    position: absolute;
    overflow: hidden;
    background-color: #0cadb1;
    border: 1px solid #0cadb1;
    border-top: 0;
    -webkit-border-radius: 0 0 28px 28px;
    -moz-border-radius: 0 0 28px 28px;
    border-radius: 0 0 28px 28px;
}
.footer .blogroll .slide .item {
    line-height: 18px;
    text-align: center;
    padding: 10px;
}
.footer .blogroll .slide .item a {
    display: inline-block;
}
.footer .blogroll .iconfont {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: 12px;
    margin-left: 46px;
    text-align: center;
}
.footer .blogroll:hover {
    -webkit-border-radius: 28px 28px 0 0;
    -moz-border-radius: 28px 28px 0 0;
    border-radius: 28px 28px 0 0;
    border-color: #0cadb1;
    background-color: #0cadb1;
    color: #fff;
}
.footer .blogroll:hover .slide {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
}
.footer .blogroll:hover .iconfont {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}
.footer .language .icon-down {
    right: 24px;
    margin-top: -4px;
}
.footer .language:hover {
    background-color: #0cadb1;
    color: #fff;
}
.footer .language:hover select {
    color: #fff !important;
}
.footer .language:hover select option {
    color: #333;
}
.footer .to-top {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
    position: fixed;
    right: 0;
    bottom: 5%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #ffffff;
    font-size: 20px;
    z-index: 100;
    box-shadow: 0 0 10px #999;
}
.footer .to-top.fixed {
    pointer-events: unset;
    visibility: visible;
    opacity: 1;
    right: 5%;
}
.footer .list {
    margin: 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.footer .list:after {
    display: none;
}
.footer .list li {
    float: left;
    /*margin-right: 50px;*/
}
.footer .list li:last-child {
    min-width: 216px;
}
.footer .list li .fl{
    line-height: 2;
    text-align: center;
    max-width: 100px;
    margin-right: 16px ;
}
.footer .list li .fl:last-child{
    margin-right: 0;
}
.footer .list li .fl img{
    display: block;
}
.footer .list li .list-title {
    font-size: 112.5%;
    margin-bottom: 20px;
    font-weight: bold;
}
.footer .list li a {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin-bottom: 12px;
    display: block;
    max-width: 120px;
    color: rgba(0, 0, 0, 0.8);
}
.footer .list li a:not(.iconfont):hover {
    color: #0cadb1;
    text-decoration: underline;
}
.footer .list li a.iconfont {
    display: inline-block;
    margin-right: 24px;
    color: #a1a1a1;
}
.footer .list li a.iconfont:hover {
    color: #21c7da;
}
.footer .list li a.iconfont:last-child {
    margin-right: 0;
}
.footer .list li:last-child {
    margin-right: 0;
}
.footer .wechat {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 2;
}
.footer .wechat .middle{
    max-width: 100px;
    vertical-align: top;
}
.footer .wechat img {
    display: block;
}
.footer .footer-contact .middle {
    vertical-align: bottom;
}
.footer .footer-contact a.middle {
    font-weight: bold;
}
.footer .footer-contact a.middle .big {
    font-size: 30px;
    margin-top: 12px;
}
.footer .footer-contact span.middle {
    margin-left: 30px;
    font-size: 87.5%;
    opacity: 0.6;
}
.footer .footer-contact a.fr {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 180px;
    text-align: center;
    height: 54px;
    line-height: 54px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    border: 1px solid #e9e9e9;
}
.footer .footer-contact a.fr:hover {
    border-color: #0cadb1;
    background-color: #0cadb1;
    color: #fff;
}
.footer .bottom {
    margin-top: 54px;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #e9e9e9;
    font-size: 0;
}
.footer .bottom span{
    margin: 0 6px;
    word-break: keep-all;
}
.footer .bottom-link{
    padding: 20px 0;
    border-top: 1px solid #e9e9e9;
    font-size: 13px;
}
.footer .bottom-link .middle{
    margin-right: 8px;
}
.footer .bottom-link span{
    font-weight: bold;
}
.footer .bottom span {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
}
.footer .bottom:after {
    content: "";
    display: inline-block;
    width: 100%;
}
.product-list .col-3 {
    margin: -3% -3% 0 0;
}
.product-list .col-3 .col-item-content {
    display: block;
    margin: 9% 9% 0 0;
}

.product-list .col-3 .col-item-content .content {
    background-color: #f8f8f8;
    padding: 15%;
    margin-bottom: 16px;
    position: relative;
     -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.product-list .col-3 .col-item-content .content:after{
    display: none;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 0;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-color: #0cadb1;
}
.product-list .col-3 .col-item-content:hover .content{
    box-shadow:10px 10px 10px #ddd;
}
/*.product-list .col-3 .col-item-content:hover .content:after{*/
/*    height: 100%;*/
/*    opacity: 1;*/
/*}*/


.product-list .col-3 .col-item-content .content .contain-img {
    padding-top: 64%;
    position: relative;
    z-index:2;
}
.product-list .col-3 .col-item-content:hover .text{
    color: #000;
}
.product-list .col-3 .col-item-content .text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 24px;
    color: #333;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.product-detail-title {
    line-height: 100px;
    text-align: center;
}
.product-detail-title .iconfont {
    color: #0cadb1;
}
.product-detail img {
    display: block;
    margin: 0 auto;
}
.product-detail .title .text{
    text-align: center;
}
.product-detail .main {
    overflow-x: scroll;
    margin-bottom: 6%;
    border-top: 2px solid #817f7f;
    border-bottom: 1px solid #cdcccc;
    padding: 32px 0;
}
.product-detail .main::-webkit-scrollbar{
    display: none;
}
/*.product-detail .main .col-2,*/
/*.product-detail .main table {*/
/*    border-top: 2px solid #817f7f;*/
/*}*/
/*.product-detail .main .col-2 {*/
/*    border-bottom: 1px solid #cdcccc;*/
/*    padding: 32px 0;*/
/*}*/
.product-detail .main .col-2 .item {
    float: left;
    width: 48%;
    margin: 12px 4% 12px 0;
}
.product-detail .main .col-2 .item .col-item-content {
    position: relative;
    padding-left: 10px;
}
.product-detail .main .col-2 .item .col-item-content:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    display: inline-block;
    left: 0;
    position: absolute;
    top: 8px;
    content: "";
    width: 4px;
    height: 4px;
    background-color: #363636;
}
.product-detail .main .col-2 .item:nth-of-type(2n) {
    margin-right: 0;
}
.product-detail .main table {
    overflow-x: scroll;
    min-width: 100%;
    text-align: center;
}
.product-detail .main table td {
    border-right: 1px solid #cdcccc;
    border-bottom: 1px solid #cdcccc;
}
.product-detail .main table td:last-child {
    border-right: 0 none;
}
.product-detail .main table thead td {
    background-color: #f8f8f8;
    padding: 16px 24px;
}
.product-detail .main table tbody td {
    padding: 20px 24px;
}
.product-detail .main:last-child {
    margin-bottom: 0;
}
.product-content {
    height: 580px;
    overflow: hidden;
}
.product-content .inset-content,
.product-content .left {
    height: 100%;
    position: relative;
}
.product-content .left,
.product-content .right {
    z-index: 2;
}
.product-content .left {
    margin-right: 75%;
    max-width: 360px;
}
.product-content .left .detail {
    line-height: 1.6;
    margin-top: 32px;
    max-height: 232px;
    overflow: hidden;
}
.product-content .left .channel {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #a6a6a6;
}
.product-content .left .channel .iconfont {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 16px 16px 0 0;
    width: 58px;
    height: 58px;
    text-align: center;
    line-height: 58px;
    border: 1px solid #a6a6a6;
}
.product-content .left .channel .iconfont:hover {
    color: #fff;
    background-color: #0cadb1;
    border-color: #0cadb1;
}
.product-content .center {
    position: absolute;
    top: 0;
    right: 0;
    left: 15%;
    width: 580px;
    bottom: 0;
    margin: 0 auto;
    z-index: 1;
}
.product-content .center .bg {
    position: absolute;
    pointer-events: none;
    z-index: 1;
}
.product-content .center .bg .inside,
.product-content .center .bg .out {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
}
.product-content .center .bg,
.product-content .center .bg .inside {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.product-content .center .bg .inside {
    z-index: 2;
    background-color: #f8f8f8;
}
.product-content .center .bg .out {
    content: "";
    left: -15%;
    top: -15%;
    bottom: -15%;
    right: -15%;
    background-color: #fdfdfd;
    z-index: 1;
}
.product-content .center .swiper-top,
.product-content .center .swiper-bottom {
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 300px;
}
.product-content .center .swiper-top {
    top: 140px;
    height: 300px;
}
.product-content .center .swiper-top .contain-img,
.product-content .center .swiper-top .swiper-slide {
    height: 100%;
}
.product-content .center .swiper-bottom {
    bottom: 0;
}
.product-content .center .swiper-bottom .content {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    height: 88px;
    border: 1px solid #c3c3c3;
    background-color: #fff;
}
.product-content .center .swiper-bottom .content .contain-img {
    position: relative;
    width: 100%;
    height: 100%;
    /*-webkit-transform: scale(0.6);*/
    /*-moz-transform: scale(0.6);*/
    /*-ms-transform: scale(0.6);*/
    /*-o-transform: scale(0.6);*/
    /*transform: scale(0.6);*/
}
.product-content .center .swiper-bottom .content:hover {
    background-color: #ebebeb;
    border-color: #0cadb1;
}
.product-content .center .swiper-bottom .swiper-slide-active .content {
    background-color: #ebebeb;
    border-color: #0cadb1;
}
.product-content .center .swiper-bottom .video-box {
    cursor: pointer;
}
.product-content .center .swiper-bottom .video-box .content {
    background-color: #ebebeb;
    border-color: #0cadb1;
}
.product-content .center .swiper-bottom .video-box .content .contain-img:after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-family: "iconfont" !important;
    font-size: 24px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    background-color: #0cadb1;
    content: "\e606";
    position: absolute;
    left: 0;
    font-size: 8px;
    bottom: 0;
}
.product-content .center .swiper-button-next,
.product-content .center .swiper-button-prev {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    bottom: 20px;
    top: auto;
    border: 1px solid #e9e9e9;
    width: 50px;
    height: 50px;
    color: #b7b7b7;
}
.product-content .center .swiper-button-next:after,
.product-content .center .swiper-button-prev:after {
    font-family: iconfont;
    font-size: 18px;
}
.product-content .center .swiper-button-next:hover,
.product-content .center .swiper-button-prev:hover {
    border-color: #0cadb1;
    color: #fff;
    background-color: #0cadb1;
}
.product-content .center .swiper-button-next {
    right: 24px;
}
.product-content .center .swiper-button-next:after {
    content: "\e66c";
}
.product-content .center .swiper-button-prev {
    left: 24px;
}
.product-content .center .swiper-button-prev:after {
    content: "\e66d";
}
.product-content .right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: -12px;
    width: 134px;
}
.product-content .right .col-item {
    position: relative;
    height: 20%;
}
.product-content .right .col-item .col-content {
    left: 0;
    right: 0;
    background-color: #f8f8f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    /* Safari */
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 12px;
}
.product-content .right .col-item .col-content .middle{
    width: 100%;
    max-width: 100px;
    text-align: center;
}
.product-content .right .col-item .col-content,
.product-content .right .col-item .col-content .cover-img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.product-content .right .col-item .col-content .cover-img {
    width: 46px;
    margin: 0 auto 6px;
    background-image: url(../images/prodoct.png);
    -webkit-background-size: 100% 500%;
    -moz-background-size: 100% 500%;
    background-size: 100% 500%;
    background-position-x: 0;
}
.product-content .right .col-item .col-content .cover-img:after {
    content: "";
    display: block;
    padding-top: 100%;
}
.product-content .right .col-item .col-content:hover,
.product-content .right .col-item .col-content.active {
    color: #fff;
    background-color: #0cadb1;
}
.product-content .right .col-item .col-content:hover .cover-img,
.product-content .right .col-item .col-content.active .cover-img {
    background-image: url(../images/prodoct-active.png);
}
.product-content .right .col-item:nth-of-type(1) .cover-img {
    background-position-y: 0;
}
.product-content .right .col-item:nth-of-type(2) .cover-img {
    background-position-y: 25%;
}
.product-content .right .col-item:nth-of-type(3) .cover-img {
    background-position-y: 50%;
}
.product-content .right .col-item:nth-of-type(4) .cover-img {
    background-position-y: 75%;
}
.product-content .right .col-item:nth-of-type(5) .cover-img {
    background-position-y: 100%;
}
.case-list .col-2 {
    margin: -3% -3% 0 0;
}
.case-list .col-2 .item {
    float: left;
}
.case-list .col-2 .item .col-content {
    position: relative;
    margin: 6% 6% 0 0;
    display: block;
}
.case-list .col-2 .item .col-content .left {
    width: 50%;
    background-color: #fff;
}
.case-list .col-2 .item .col-content .left,
.case-list .col-2 .item .col-content .left .line,
.case-list .col-2 .item .col-content .left .cover-img .iconfont,
.case-list .col-2 .item .col-content .left .row .iconfont,
.case-list .col-2 .item .col-content .left .row,
.case-list .col-2 .item .col-content .left .link {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.case-list .col-2 .item .col-content .left .content {
    padding: 10%;
}
.case-list .col-2 .item .col-content .left .content .title-small {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 64px;
}
.case-list .col-2 .item .col-content .left .content .line {
    margin: 32px 0;
    height: 1px;
    background-color: #e9e9e9;
}
.case-list .col-2 .item .col-content .left .content .row,
.case-list .col-2 .item .col-content .left .content .more {
    font-size: 14px;
}
.case-list .col-2 .item .col-content .left .content .row .iconfont,
.case-list .col-2 .item .col-content .left .content .more .iconfont {
    font-size: 120%;
}
.case-list .col-2 .item .col-content .left .content .row {
    color: #6f6f6f;
    margin: 6px 0;
}
.case-list .col-2 .item .col-content .left .content .row .iconfont {
    color: #21c7da;
}
.case-list .col-2 .item .col-content .left .content .more {
    margin-top: 48px;
}
.case-list .col-2 .item .col-content .cover-img {
    top: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    width: 50%;
}
.case-list .col-2 .item .col-content .cover-img .iconfont {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 50%;
    background-color: #0cadb1;
    color: #fff;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    opacity: 0;
    left: 50%;
    margin: -30px;
}
.case-list .col-2 .item .col-content:hover .left {
    background-color: #0cadb1;
    color: #fff;
}
.case-list .col-2 .item .col-content:hover .left .line {
    background-color: #fff;
}
.case-list .col-2 .item .col-content:hover .left .row {
    color: #fff;
}
.case-list .col-2 .item .col-content:hover .left .row .iconfont {
    color: #fff;
}
.case-list .col-2 .item .col-content:hover .cover-img .iconfont {
    opacity: 0.9;
}
.detail-content {
    line-height: 1.6;
}
.detail-content img {
    display: block;
    margin: 0 auto;
    height: auto;
}
.case-detail .top .title {
    margin-bottom: 4%;
}
.case-detail .top .flex {
    color: #585858;
}
.case-detail .top .flex .left .item {
    vertical-align: middle;
    display: inline-block;
    margin-right: 50px;
}
.case-detail .top .flex .right .iconfont {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin-left: 4px;
    color: #9d9d9d;
    background-color: #f1f1f1;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 18px;
}
.case-detail .top .flex .right .iconfont:hover {
    background-color: #0cadb1;
    color: #fff;
}
.case-detail .line {
    background-color: #e9e9e9;
    margin: 4% auto;
    max-width: 1400px;
    height: 1px;
}
.case-detail .container .detail-content {
    margin-right: 430px;
}
.case-detail .container .right {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: absolute;
    right: 0;
    top: 0;
    width: 360px;
    padding: 10px;
}
.case-detail .container .right .title-small {
    padding: 20px 36px;
}
.case-detail .container .right ul li {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    padding: 0 36px;
}
.case-detail .container .right ul li a {
    position: relative;
    padding: 20px 0;
    height: 50px;
    line-height: 50px;
    padding-left: 56px;
    border-bottom: 1px solid #dfdfdf;
    display: block;
    font-size: 20px;
}
.case-detail .container .right ul li a .contain-img {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 20px;
}
.case-detail .container .right ul li a .text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.case-detail .container .right ul li:hover {
    background-color: #fff;
}
.case-detail .container .right ul li:hover a {
    border-bottom-color: transparent;
}
.case-detail .container .right ul li:last-child a {
    border-bottom: 0 none;
    border-top: 0 none;
}
.case-detail .bottom .clear {
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding: 30px 0;
    text-align: center;
}
.case-detail .bottom .clear a {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.case-detail .bottom .clear a:hover {
    color: #0cadb1;
}
.case-detail .bottom .clear .fl,
.case-detail .bottom .clear .fr {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 35%;
}
.file-download .item{
    padding: 12px 0;
    margin: 1% auto;
    display: block;
    position: relative;
    color: #555;
    border-bottom: 1px solid #e9e9e9;
    transition: all 0.2s linear;
}
.file-download .item:last-child{
    border-bottom: 0 none;
}
.file-download .item .right{
    position: absolute;
    right: 0;
    top: 50%;
    padding: 6px 12px;
    border-radius: 2px;
    background-color: #ddd;
    line-height: 1;
    margin-top: -11px;
    transition: all 0.2s linear;
}
.file-download .item .left{
    margin-right: 110px;
}
.file-download .item .left .t{
    font-size: 87.5%;
}
.file-download .item:hover{
    color: #0cadb1;
}
.file-download .item:hover .right{
    color: #fff;
    background-color: #0cadb1;
}
.news-list .col-3 {
    margin-right: -3%;
    margin-top: -3%;
}
.news-list .col-3 .col-3-item {
    float: left;
}
.news-list .col-3 .col-3-item .col-item-content {
    display: block;
    margin: 9% 9% 0 0;
    background-color: #fff;
    padding: 36px;
}
.news-list .col-3 .col-3-item .col-item-content .cover-img {
    padding-top: 62.94277929%;
}
.news-list .col-3 .col-3-item .col-item-content .title-small {
    height: 64px;
    margin: 30px auto 36px;
}
.news-list .col-3 .col-3-item .col-item-content .desc,
.news-list .col-3 .col-3-item .col-item-content .title-small {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-list .col-3 .col-3-item .col-item-content .desc {
    color: #737373;
    line-height: 1.6;
    margin: -12px 0 36px;
    height: 52px;
}
.news-list .col-3 .col-3-item .col-item-content .more {
    position: relative;
    color: #a3a3a3;
}
.news-list .col-3 .col-3-item .col-item-content .more .iconfont {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 66px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    right: 0;
    color: #333333;
}
.news-list .col-3 .col-3-item .col-item-content:hover .more .iconfont {
    color: #fff;
    background-color: #0cadb1;
    top: 10px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.news-top a {
    display: block;
    font-size: 0;
}
.news-top a .middle {
    width: 50%;
}
.news-top a .middle.cover-img:after {
    content: "";
    display: block;
    padding-top: 71.42857143%;
}
.news-top a .middle.right .content {
    padding: 7%;
    font-size: 16px;
}
.news-top a .middle.right .content .title-small .text {
    color: #21c7da;
}
.news-top a .middle.right .content .time {
    font-size: 112.5%;
    color: #a3a3a3;
    margin: 4% 0 8%;
}
.news-top a .middle.right .content .desc {
    color: #7f7f7f;
    line-height: 1.6;
}
.news-top a .middle.right .content .more {
    position: relative;
    margin-top: 16%;
}
.news-top a .middle.right .content .more .default-link {
    display: inline-block;
}
.news-top a .middle.right .content .more .pagination {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
}
.news-top a .middle.right .content .more .pagination:after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    border: 2px solid #e9e9e9;
}
.news-top a .middle.right .content .more .pagination .text {
    position: relative;
    font-size: 50%;
    color: #c5c5c5;
}
.news-top a .middle.right .content .more .pagination .text .current {
    top: -8px;
    left: 4px;
    font-weight: bold;
    color: #21c7da;
    font-size: 200%;
}
.news-top a .middle.right .content .more .pagination .text .total {
    top: 8px;
    right: 4px;
    font-size: 150%;
}
.news-top a .middle.right .content .more .pagination .text .current,
.news-top a .middle.right .content .more .pagination .text .total {
    position: relative;
}
.news-top .swiper-slide-active .test {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    animation-name: clip2;
    z-index: 2;
}
.news-top .swiper-slide-active .test,
.news-top .swiper-slide-active .test:after,
.news-top .swiper-slide-active .test:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    border: solid 2px transparent;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.news-top .swiper-slide-active .test:after,
.news-top .swiper-slide-active .test:before {
    content: '';
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    border-top-color: #0cadb1 !important;
    border-left-color: #0cadb1 !important;
    transform: rotate(-45deg);
}
.news-top .swiper-slide-active .test:before {
    animation-name: before2;
}
.news-top .swiper-slide-active .test:after {
    animation-name: after2;
}
@keyframes clip2 {
    0% {
        clip: rect(0, 64px, 64px, 32px);
    }
    100% {
        clip: auto;
    }
}
@keyframes before2 {
    0% {
        transform: rotate(-45deg);
    }
    50% {
        transform: rotate(135deg);
    }
    100% {
        transform: rotate(135deg);
    }
}
@keyframes after2 {
    0% {
        transform: rotate(-45deg);
    }
    50% {
        transform: rotate(135deg);
    }
    100% {
        transform: rotate(315deg);
    }
}
.company-intru .title-small {
    text-align: center;
    margin-bottom: 4%;
    color: #21c7da;
}
.company-intru .title-small .middle {
    font-size: 125%;
}
.company-intru .detail-content {
    color: #737373;
}
.company-patent .col-4 {
    margin-right: -3%;
}
.company-patent .col-4 .col-4-item {
    float: left;
}
.company-patent .col-4 .col-4-item .col-item-content {
    margin-right: 12%;
    margin-top: 12%;
    border: 1px solid #e9e9e9;
}
.company-patent .col-4 .col-4-item .col-item-content img {
    width: 100%;
    height: auto;
}
.news-detail .container .detail-content {
    color: #363636;
    margin-right: 0!important;
}
.inside .cover-img .set {
    max-width: 1000px;
}
.inside .cover-img .set:after {
    content: "";
    display: block;
    padding-top: 58%;
}
.stores {
    font-size: 0;
}
.stores .item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
.stores .item.left .cover-img {
    padding-top: 102%;
}
.stores .item.right form {
    display: block;
    padding: 6% 0 0 6%;
    font-size: 16px;
}
.stores .item.right form .title-small {
    margin-bottom: 8%;
}
.stores .item.right form .clear {
    line-height: 62px;
}
.stores .item.right form .clear .right {
    
    margin-left: 90px;
    
    margin-bottom: 24px;
    
}
.stores .item.right form .clear .right .item{
    width: 48%;
}
.stores .item.right form .clear .put-box {
    -webkit-border-radius: 31px;
    -moz-border-radius: 31px;
    border-radius: 31px;
    border: 1px solid #e9e9e9;
    height: 60px;
    line-height: 60px;
    background-color: #f8f8f8;
    position: relative;
    display: block;
    padding: 0 36px;
}
.stores .item.right form .clear .right input,
.stores .item.right form .clear .right select {
    height: 100%;
    display: block;
    width: 100%;
    outline: 0 none;
    border: 0 none;
    background-color: transparent;
}
.stores .item.right form .clear .main:after {
    content: "*";
    color: red;
    font-size: 12px;
    right: 0;
    top: 0;
    line-height: 1;
    position: absolute;
}
.stores .item.right form .clear .select:before {
    content: "";
    position: absolute;
    top: 50%;
    color: red;
    right: 36px;
    width: 10px;
    height: 10px;
    transform: rotateZ(45deg);
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    margin-top: -5px;
    pointer-events: none;
}
.stores .item.right form .submit-form {
    display: inline-block;
    border: 0;
    width: auto!important;
    height: auto!important;
    padding: 5px 16px;
    margin-top: 32px;
    cursor: pointer;
}
.stores .item.right form .submit-form .iconfont {
    margin-left: 16px;
}
.contact-us .content {
    margin-top: 3%;
}
.contact-us .content .item {
    margin-right: 4%;
    width: 100%;
}
.contact-us .content .item .middle:last-child,
.contact-us .content>.item:last-child{
    margin-right: 0;
}
.contact-us .content>.item:last-child{
    font-size: 0;
    white-space:nowrap;
}
.contact-us .content .item .name {
    font-size: 125%;
    color: #21c7da;
    margin-bottom: 20px;
}
.contact-us .content .item .name .iconfont {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 100%;
    color: #fff;
    width: 40px;
    height: 40px;
    margin-right: 6px;
    background-color: #21c7da;
}
.contact-us .content .item .value {
    font-size: 112.5%;
    color: #585858;
    height: 64px;
}
.contact-us .content .item .value .big {
    font-size: 160%;
    line-height: 1;
}
.contact-us .content .item .value .small {
    font-size: 78%;
    opacity: 0.7;
}
.contact-us .content .item .line {
    height: 1px;
    margin-top: 14px;
    background-color: #e5e5e5;
}
.contact-us .content .item .line:after {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background-color: #21c7da;
}
.contact-us .content .item:last-child .middle {
    max-width: 100px;
    margin-right: 24px;
    text-align: center;
    font-size: 16px;
}
.contact-us .content .item:last-child .middle img {
    margin-bottom: 8px;
}
.contact-us .content .item:hover .line:after {
    width: 100%;
}
.contact-us .content .item:last-child {
    margin-right: 0;
}
.contact-map .method {
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 0;
}
.contact-map .method .col-3 {
    margin-right: -4%;
}
.contact-map .method .col-3 .col-3-item {
    float: left;
}
.contact-map .method .col-3 .col-3-item .col-item-content {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin-right: 12%;
    background-color: #fff;
    border: 1px solid #c6c6c6;
    padding: 10% 0;
    text-align: center;
    font-size: 125%;
}
.contact-map .method .col-3 .col-3-item .col-item-content:hover {
    border-color: #21c7da;
}
.contact-map .method .col-3 .col-3-item .col-item-content .name {
    color: #21c7da;
    margin-bottom: 12px;
}
.contact-map .method .col-3 .col-3-item .col-item-content .name .cover-img {
    width: 36px;
    background-image: url(../images/contact.png);
    -webkit-background-size: 100% 300%;
    -moz-background-size: 100% 300%;
    background-size: 100% 300%;
    background-position-x: 0;
    margin-right: 6px;
}
.contact-map .method .col-3 .col-3-item .col-item-content .name .cover-img:after {
    content: "";
    display: block;
    padding-top: 100%;
}
.contact-map .method .col-3 .col-3-item .col-item-content .value {
    font-size: 130%;
    color: #585858;
}
.contact-map .method .col-3 .col-3-item:nth-of-type(1) .cover-img {
    background-position-y: 0;
}
.contact-map .method .col-3 .col-3-item:nth-of-type(2) .cover-img {
    background-position-y: 50%;
}
.contact-map .method .col-3 .col-3-item:nth-of-type(3) .cover-img {
    background-position-y: 100%;
}
#map {
    height: 600px;
}
#map .BMapLabel .content {
    background-color: #21c7da;
    color: #fff;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    font-size: 24px;
    height: 64px;
    line-height: 64px;
    position: absolute;
    padding: 0 24px;
    bottom: 100%;
    margin-bottom: 13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
#map .BMapLabel .content:after {
    position: absolute;
    content: "";
    display: block;
    top: 100%;
    left: 50%;
    border-top: 8px solid #21c7da;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    margin-left: -4px;
}
.fixed-panel {
    position: fixed;
    z-index: 120;
    display: none;
}
.fixed-panel,
.fixed-panel .masking {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.fixed-panel .masking {
    position: absolute;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
.fixed-panel .video-container {
    width: 94%;
    max-width: 1000px;
}
.fixed-panel .video-container:after {
    content: "";
    display: block;
    padding-top: 64%;
}
.fixed-panel .video-container .video-content {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}
.fixed-panel .video-container .video-content iframe,
.fixed-panel .video-container .video-content video {
    width: 100%;
    height: 100%;
    border: 0;
    /*background-color: #0cadb1;*/
}
.fixed-panel .fixed-content,
.fixed-panel .video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}
.fixed-panel .fixed-content .close,
.fixed-panel .video-container .close {
    position: absolute;
    left: 50%;
    top: 100%;
    color: #fff;
    margin: 24px 0 0 -12px;
    cursor: pointer;
    pointer-events: none;
}
.fixed-panel .fixed-content {
    display: inline-block;
    max-width: 80%;
    max-height: 80%;
}
.fixed-panel .fixed-content img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.fixed-panel.active {
    pointer-events: unset;
    visibility: visible;
    opacity: 1;
}
.compatibleStyle {
    backface-visibility:hidden;
    -webkit-backface-visibility:hidden; /* Chrome 和 Safari */
    -moz-backface-visibility:hidden;  /* Firefox */
    -ms-backface-visibility:hidden;  /* Internet Explorer */
    -webkit-perspective: 0;
    -webkit-transform: translate3d(0,0,0);
    visibility:visible;
}
#play_toggle img{
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -24px;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

ul.pagination {
    text-align: center;
    padding-top: 30px;
    margin-top: 0.2rem;
    font-size: 0;
}
ul.pagination > li {
    border-radius: 100px;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.2s linear;
    font-size: 20px;
    border: 1px solid #e6e6e6;
    width: 2.4em;
    height: 2.4em;
    line-height: 2.4em;
    color: #333;
    margin: 0 0.25em;
}
@media (max-width: 1500px) {
    ul.pagination > li {
        font-size: 18px;
    }
}
@media (max-width: 1200px) {
    ul.pagination > li {
        font-size: 16px;
    }
}
@media (max-width: 1000px) {
    ul.pagination > li {
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    ul.pagination > li {
        font-size: 12px;
    }
}
ul.pagination > li > a,
ul.pagination > li > span {
    font-size: 0.9em;
    transition: none;
    display: block;
}
ul.pagination > li:last-child,
ul.pagination > li:first-child {
    color: #999;
    width: 4.8em;
}
ul.pagination > li:last-child > span,
ul.pagination > li:first-child > span {
    display: block;
}
ul.pagination > li:last-child > a,
ul.pagination > li:first-child > a,
ul.pagination > li:last-child > span,
ul.pagination > li:first-child > span {
    position: relative;
    overflow: hidden;
    text-indent: -500px;
    font-size: 2em;
}
ul.pagination > li:last-child > a:after,
ul.pagination > li:first-child > a:after,
ul.pagination > li:last-child > span:after,
ul.pagination > li:first-child > span:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-indent: 0;
    font-family: "iconfont";
}
ul.pagination > li:last-child {
    margin-left: 0.26rem;
}
ul.pagination > li:last-child > a:after,
ul.pagination > li:last-child > span:after {
    content: "\e6c3";
}
ul.pagination > li:first-child {
    margin-right: 0.26rem;
}
ul.pagination > li:first-child > a:after,
ul.pagination > li:first-child > span:after {
    content: "\e602";
}
ul.pagination > li:not(.disabled).active,
ul.pagination > li:not(.disabled):hover {
    color: #FFF !important;
    background-color: #089cb3;
    border-color: #089cb3;
}